home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global myLine, myLine2, gsliderbar, profileVid, csn, gExtraVid, auto, gAudBlrb, vid
- if the doubleClick or (the timer < 120) then
- beep()
- exit
- end if
- set vid to 0
- set the castNum of sprite 8 to 37
- updateStage()
- if gAudBlrb = 1 then
- set gAudBlrb to 0
- set the castNum of sprite 9 to 29
- end if
- moovUpDown()
- set the movieRate of sprite 24 to 0
- set auto to 0
- set profileVid to 1
- set myLine to csn + gExtraVid
- colorMe()
- set palName to 205
- set tpal to palName
- puppetPalette(palName)
- patchPal()
- startTimer()
- end
-